go/types.term.union (method)

2 uses

	go/types (current package)
		termlist.go#L76: 			if u1, u2 := xi.union(xj); u2 == nil {
		typeterm.go#L47: func (x *term) union(y *term) (_, _ *term) {